home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / BORL_TIP / TI100 / TI314.ASC < prev    next >
Text File  |  1991-09-11  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 314
  10.   VERSION : 3.0xx
  11.        OS : PC-DOS
  12.      DATE : July 3, 1986                                 PAGE : 1/1
  13.     TITLE : IBM CONVERTIBLE INSTALLATION
  14.  
  15.  
  16.  
  17.  
  18.   In order to  make  Turbo  Pascal's  display  visible  on  the IBM
  19.   Convertable, follow these steps:
  20.  
  21.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  22.   COPY of your .COM  file.  Copy  DEBUG.COM  into the directory (or
  23.   onto the diskette) where your working copy of .COM is located. At
  24.   the  DOS prompt, type the following  information  exactly  as  it
  25.   appears. (Conclude each line by pressing <Enter>.)
  26.  
  27.   Note:
  28.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  All
  29.        addresses are listed in upper case for ease of  readability.
  30.  
  31.   2.   While in DEBUG, the prompt appears as a dash (-).
  32.  
  33.   3.   If you do not receive  the appropriate response,  press "q",
  34.        then <Enter>, to quit. Check your  version  numbers  and, if
  35.        correct, try again.
  36.  
  37.  
  38.   1.   Make a working copy  of  your Turbo Pascal master on the IBM
  39.         Convertible's 3 1/2" diskette.
  40.  
  41.   2.   On  the  working  copy run the program TINST and install the
  42.        screen for Black and White 80 X 25. Exit the TINST program.
  43.  
  44.   3.   Copy the DOS program DEBUG.COM  from your DOS disk onto your
  45.        Turbo Pascal work disk.
  46.  
  47.   4.   While at the DOS prompt type the following:
  48.  
  49.   YOU TYPE                           THIS APPEARS
  50.  
  51.   debug TURBO.COM                     -
  52.   s 100 FFFE 07 07 70 0E 07          xxxx:yyyy
  53.   eYYYY                              xxxx:yyyy  07.
  54.   70<Space>                          xxxx:yyyy 07.70 07
  55.   70<Return>                         -
  56.   w                                  writing zzzz bytes
  57.   q                                  DOS Prompt
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.